Northwoods.GoSilverlight 2.2.4 Assembly
AddNode Method
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace > GenericNetwork<V,E,Y> Class : AddNode Method

node
a Node

Glossary Item Box

This convenience method makes sure there is a GenericNetwork.Vertex<V,E,Y> in this network corresponding to a Northwoods.GoXam.Node.

Syntax

Visual Basic (Declaration) 
Public Function AddNode( _
   ByVal node As Node _
) As V
C# 
public V AddNode( 
   Node node
)

Parameters

node
a Node

Return Value

a GenericNetwork.Vertex<V,E,Y> in this network

Requirements

See Also

© 2017 All Rights Reserved.